home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 01 New Uploads / VICE0130.ZIP / vice / CHANGES < prev    next >
Encoding:
Text File  |  1997-11-26  |  8.7 KB  |  248 lines

  1.  
  2. This list includes the most important user-visible changes for each official
  3. VICE release.  See `src/ChangeLog' for a more detailed list of all the changes
  4. in the code.
  5.  
  6.  
  7. Changes in VICE 0.13.0
  8. ----------------------
  9.  
  10. - improved (now cycle-exact!) VIC-II emulation (big thanks go to Andreas Boose
  11.   for helping me to improve it);
  12.  
  13. - more accurate 6510 emulation (emulates extra unused read accesses);
  14.  
  15. - lower memory requirements;
  16.  
  17. - complete MS-DOS port;
  18.  
  19. - several CIA fixes;
  20.  
  21. - the VIC-I chip now emulates the reverse mode;
  22.  
  23. - loading from tape handles the memory pointers correctly;
  24.  
  25. - joystick emulation in the VIC20 emulator;
  26.  
  27. - slightly better source code organization.
  28.  
  29.  
  30. Changes in VICE-0.12.1
  31. ----------------------
  32.  
  33. - the CIAs have been rewritten and are now more compatible and much faster
  34.   (most of the games that ran much more slowly than usual with 0.12.0 should
  35.   now run at normal speed);
  36.  
  37. - VIC-II screen updates are now a little faster and also eat less memory;
  38.  
  39. - disk images can now be attached in read-only mode;
  40.  
  41. - gzip-compressed disk and tape images can be attached directly, without
  42.   uncompressing them;
  43.  
  44. - the hardware-level 1541 emulation now supports writing to the disk through
  45.   the VIAs, so that write patches to the drive ROM are not needed any
  46.   longer. [please notice that this might not work with everything, as the
  47.   emulation is not 100% exact]
  48.  
  49. - VICE can now be compiled also with the standard (0.8.0) joystick module
  50.   (without digital joystick support, obviously);
  51.  
  52. - a little bug related to the right Shift key has been solved (courtesy of
  53.   Bernhard Schwall);
  54.  
  55. - the numeric keypad can now be used to emulate diagonal directions too;
  56.  
  57. - the Linux audio driver also works on 8-bit sound cards;
  58.  
  59. - when a CPU jam happens (illegal opcode), the user can now choose between
  60.   entering the monitor, enabling the XDebugger or resetting the machine;
  61.  
  62. - implemented the new `skip' button in the XDebugger;
  63.  
  64. - some little annoying bugs in the SID emulation have been fixed and combined
  65.   pulse/sawtooth and pulse/triangle waveforms have been implemented;
  66.  
  67. - the automatic refresh rate setting works better when sound is enabled;
  68.  
  69. - the adaptive playback speed in the sound driver can now be disabled;
  70.  
  71. - sound can now be turned off automatically when buffer overruns happen, and
  72.   is automatically turned on again after a specified interval;
  73.  
  74. - AIX audio support has been implemented (courtesy of Chris Sharp
  75.   (sharpc@hursley.ibm.com));
  76.  
  77. - the sprite collision interrupts are more correctly triggered;
  78.  
  79. - a bad bug related to the sprite expansion register has been fixed;
  80.  
  81. - the video cache now handles sprite-background collisions correctly;
  82.  
  83. - a nasty bug that could cause VICE to hang has been fixed;
  84.  
  85. - attaching floppy images to drive 9 or 10 no longer makes them appear in
  86.   drive 8 when full 1541 emulation is enabled;
  87.  
  88. - solved some problems with systems that do not have regexp.h (at least we
  89.   hope so);
  90.  
  91. - GNU make is no longer needed to compile the PET and VIC20 emulators;
  92.  
  93. - the documentation has been updated;
  94.  
  95. - the `tounix' and `toiso' utilities have been added;
  96.  
  97. - the problem that made VICE die with an `alarm clock' signal on very slow or
  98.   overloaded machines should now be gone;
  99.  
  100. - the file selector no longer dies if you type `~' with no `/' in the
  101.   directory field;
  102.  
  103. - the file selector now has a ``contents'' button with which you can see the
  104.   contents of a disk or tape image before attaching it;
  105.  
  106. - the X11 video driver automatically disables usage of the MITSHM extensions
  107.   if they are not supported by the X11 server (even if the `mitshm' resource
  108.   is non-zero);
  109.  
  110. - some annoying REU-related bugs have been fixed;
  111.  
  112. - the MS-DOS version uses the Scroll Lock LED to emulate the drive LED.
  113.  
  114.  
  115. Changes in VICE-0.12.0
  116. ----------------------
  117.  
  118. Well, almost 90% of the emulation code has been rewritten (that's why it took
  119. so long to have this release out), so it would be quite long to list everything
  120. here.  Anyway, here are the most important new features:
  121.  
  122. - new 6510 emulation, which is much faster and has (hopefully) correct memory
  123.   fetch timings and exact emulation for all the opcodes;
  124.  
  125. - completely rewritten video emulations, now much faster and more versatile:
  126.   the window size can be doubled at run-time and the video cache can be
  127.   disabled when not necessary;
  128.  
  129. - (much) better VIC-II (C64 video chip) emulation, mostly rewritten from
  130.   scratch: it can now handle most $D011 tricks such as VSP (Creatures and
  131.   Mayhem in Monsterland work) and FLI; [yes, the silly sprite priority problems
  132.   are gone]
  133.  
  134. - (slightly) better VIC-I (VIC20 video chip) emulation (still incomplete);
  135.  
  136. - new SID emulator by Teemu Rantanen, with support for Linux, FreeBSD, Solaris
  137.   and HP-UX (not all of these are stable, though);
  138.  
  139. - new CIA emulation with correct timing;
  140.  
  141. - faster interrupt handling;
  142.  
  143. - Xaw-based GUI with popup menus and interactive file selector from the Free
  144.   Widget Foundation;
  145.  
  146. - hardware-based 1541 disk-drive emulation, that works with many custom loading
  147.   routines;
  148.  
  149. - new resource handling that allows saving and loading of settings;
  150.  
  151. - MS-DOS port (no sound yet, UI almost non-existent);
  152.  
  153. - better T64 handling (still buggy);
  154.  
  155. - removed C128 emulator and RAM tester (sorry, we had no time to work at them);
  156.  
  157. - much better Linux joystick support, that works with digital and analog
  158.   joysticks with auto-calibration (courtesy of Bernhard Kuhn
  159.   <kuhn@eikon.e-technik.tu-muenchen.de>); [it should compile out of the box
  160.   now]
  161.  
  162. - support for all possible VIC20 memory configurations on the command line
  163.   (courtesy of Alexander Lehmann <alex@mathematik.th-darmstadt.de>);
  164.  
  165. - added `extract' command to c1541 (courtesy of Gerhard Wesp
  166.   <gwesp@cosy.sbg.ac.at>); 
  167.  
  168. - added configure script for easier configuration and installation;
  169.  
  170. - overall better source code organization, that should make porting much 
  171.   easier; [volunteers, you are welcome!]
  172.  
  173. - better keyboard handling (reverse polling is correct now);
  174.  
  175. - the REU works;
  176.  
  177. - several other bugs fixes and improvements we have lost track of.
  178.  
  179.  
  180. Changes in VICE-0.11.0
  181. ----------------------
  182.  
  183. - the CPU in x64, xvic and xpet is now 2 times faster on average; :->
  184.  
  185. - the VIC-II steals the correct number of cycles for bad lines and
  186.   sprites, and correctly fetches the video RAM, so that FLD and other
  187.   effects involving bad lines are now emulated correctly;
  188.  
  189. - the interrupt handling and the CIA/VIA emulations have been almost
  190.   completely rewritten, thus dramatically increasing compatibility and
  191.   reliability;
  192.  
  193. - the VIC-II sprite-sprite and sprite-background collision register
  194.   emulation is (much) faster;
  195.  
  196. - the Read-Modify-Write bug of the CPU is correctly emulated when
  197.   accessing the VIC-II register $D011;
  198.  
  199. - D64 and T64 can be directly attached (T64 in x64 and x128 only);
  200.  
  201. - a bad bug in the handling of the I/O registers of the 6510 has been fixed;
  202.  
  203. - the ADC and SBC decimal mode has been fixed;
  204.  
  205. - various bugs in the 1541 error channel emulation have been fixed;
  206.  
  207. - the 1541 emulator and the standalone c1541 program support the Rx:
  208.   (Rename) command and the Sx: (Scratch, delete) command now handles
  209.   wildcards correctly;
  210.  
  211. - the infamous keyboard problem which caused key events to be lost
  212.   when refresh was > 1 has been fixed;
  213.   
  214. - a IEEE-488 interface emulator has been introduced (emulates the
  215.   original Commodore one) in x64, x128 and xvic;
  216.  
  217. - the xdebugger functionality has been improved (this part is still in the
  218.   experimental stage, though);
  219.  
  220. - the `-8' and `-9' options allow to attach diskimages as drive #9 too;
  221.  
  222. - the Unix FS driver (Unit 11) has been improved, so that it supports the
  223.   command/error channel and wildcards properly; moreover, new FS-specific
  224.   commands (mkdir, rmdir, chdir) and errors (`permission denied' and
  225.   `directory not empty') have been added;
  226.  
  227. - the VDC emulation in x128 supports variable character and screen size and
  228.   bitmap mode as well (monochrome only and still under development);
  229.  
  230. - some minor bugs in the VDC emulator have been fixed;
  231.  
  232. - the MMU implementation in x128 is much more complete, with true (not
  233.   hard-coded) shared RAM and memory configuration support;
  234.  
  235. - a nasty bug which caused x128 to crash when changing speed and
  236.   enabling/disabling the video emulators at runtime has been fixed;
  237.  
  238. - the Linux joystick has been fixed (it did not work at all in 0.10.0);
  239.  
  240. - the monitor `set' command no longer accepts ambiguous variable names;
  241.  
  242. - a new `hjoyport' variable/resource allows the user to choose the port
  243.   for the hardware joystick (Linux only);
  244.  
  245. - Sun64 is no longer supported (if you need it, download x64-0.3.1);
  246.  
  247. - one thousand other little bugs have been fixed. 
  248.